.pop_bg{background:url(../images/pop_03.png) 0 0 no-repeat;position: fixed;height:345px;display: none;z-index: 11111111;
	width: 534px;top:50%;left: 50%;margin-top:-177px;margin-left:-262px;box-sizing: border-box;animation: my_scale 0.5s;}
.pop{position: absolute;height:322px;width: 516px;top:50%;left: 50%;box-sizing: border-box;margin-left: -258px;margin-top:-161px;transition: transform 0.1s;}
.colse_pop{width:16px;height: 16px;background: url(../images/pop_colse_03.png) no-repeat center;float: right;margin-right: 17px;margin-top:20px;cursor: pointer;margin-bottom: 10px;}
.tit{clear: right;font-size: 16px;color:#e10616;text-align: center;position: relative;background: url(../images/span_03.jpg) repeat-x center;}
.tit span{background: #fff;padding:0 20px;line-height: 26.88px;}
.cont_tel{font-size: 13px;color:#888888;line-height: 24.88px;text-align: center;    padding-top: 8px;}
.pop_tit{    font-size: 25px;
    line-height: 41.41px;
    text-align: center;
    margin-top: 16px;}
.consult_now{ align-items: center;justify-content: center;margin-top: 20px;    text-align: center;height: 41px;}
.consult_now a{padding:11px 46px;background: url(../images/click_03.png) center no-repeat; width:150px; margin:auto;}
.pho{display: flex;justify-content: center;align-items: center;box-sizing: border-box; text-align:center;}
.pho div{margin-top:2px;}
.pho_num{font-family: "Arial";font-size: 18px;line-height: 77.65px;color:#fff;margin-left: 10px;}
.pho_num img{vertical-align: middle;}
.pptg
{
    color:#e12116
}
@keyframes my_scale
{
 0% {
    transform: scale(0);
  }
  25%{transform: scale(0.25);}
  50%{transform: scale(0.5);}
  75%{transform: scale(0.7);}
  100%{transform: scale(1);}
}
@-moz-keyframes my_scale 
{
 0% {
    transform: scale(0);
  }
  25%{transform: scale(0.25);}
  50%{transform: scale(0.5);}
  75%{transform: scale(0.7);}
  100%{transform: scale(1);}
}
@-webkit-keyframes my_scale
{
 0% {
    transform: scale(0);
  }
  25%{transform: scale(0.25);}
  50%{transform: scale(0.5);}
  75%{transform: scale(0.7);}
  100%{transform: scale(1);}
}
@-o-keyframes my_scale 
{
 0% {
    transform: scale(0);
  }
  25%{transform: scale(0.25);}
  50%{transform: scale(0.5);}
  75%{transform: scale(0.7);}
  100%{transform: scale(1);}
}
